home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 May / PC Shareware 1997-05.iso / programy / pgp / 32bit / _setup.1 / PGPFILE.EXE / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  1996-12-27  |  2.0 KB  |  82 lines

  1. object Form2: TForm2
  2.   Left = 449
  3.   Top = 128
  4.   BorderStyle = bsDialog
  5.   Caption = 'PowerPGP File Help'
  6.   ClientHeight = 351
  7.   ClientWidth = 508
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 16
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 311
  18.     Width = 508
  19.     Height = 40
  20.     Align = alBottom
  21.     BevelOuter = bvNone
  22.     TabOrder = 0
  23.     object Button1: TButton
  24.       Left = 12
  25.       Top = 4
  26.       Width = 481
  27.       Height = 33
  28.       Caption = '&OK'
  29.       TabOrder = 0
  30.       OnClick = Button1Click
  31.     end
  32.   end
  33.   object Memo1: TMemo
  34.     Left = 0
  35.     Top = 0
  36.     Width = 508
  37.     Height = 311
  38.     TabStop = False
  39.     Align = alClient
  40.     Font.Color = clBlack
  41.     Font.Height = -13
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     Lines.Strings = (
  45.       'PowerPGP File'
  46.       '-----------------------------'
  47.       ''
  48.       
  49.         'PowerPGP File is a simple File Encryption applet.  It uses DOS P' +
  50.         'GP to "ASCII '
  51.       'Armor" a file or to "Sign" a file.'
  52.       ''
  53.       
  54.         'You simply select the file you wish to encrypt, decrypt or sign ' +
  55.         'and click the '
  56.       'appropriate button.'
  57.       ''
  58.       
  59.         'The encrypt option doesn'#39't use the "-w" option of PGP since I ha' +
  60.         've found all it really '
  61.       
  62.         'does is delete the file.  By not deleting it you can use your ow' +
  63.         'n wipe utility to truly '
  64.       
  65.         'wipe the file.  PowerPGP File has a built in Delete option if th' +
  66.         'at'#39's all you want. Just '
  67.       
  68.         'select the file to be deleted and press the delete key or select' +
  69.         ' "Delete File" from the '
  70.       
  71.         'file menu. Keep in mind this is NOT wiping the file, only deleti' +
  72.         'ng it.'
  73.       ''
  74.       'That'#39's about all there is to it.'
  75.       ''
  76.       'I may be reached via email at joe@servtech.com')
  77.     ParentFont = False
  78.     ReadOnly = True
  79.     TabOrder = 1
  80.   end
  81. end
  82.